home *** CD-ROM | disk | FTP | other *** search
- KIND(3I) Last changed: 1-6-98
-
-
- NNAAMMEE
- KKIINNDD - Returns the value of the kind type parameter of _x
-
- SSYYNNOOPPSSIISS
- KKIINNDD (([XX==]_x))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- SSTTAANNDDAARRDDSS
- Fortran 90
-
- DDEESSCCRRIIPPTTIIOONN
- The KKIINNDD intrinsic function returns the value of the kind type
- parameter of _x. It maps variable space into kind values, and it
- accepts the following argument:
-
- _x May be of any intrinsic type
-
- KKIINNDD is an inquiry function. The name of this intrinsic cannot be
- passed as an argument.
-
- RREETTUURRNN VVAALLUUEESS
- The result is a default integer scalar value and has a value equal to
- the kind type parameter value of _x.
-
- EEXXAAMMPPLLEESS
- KKIINNDD((00..00)) has the kind type parameter value of default real.
-
- SSEEEE AALLSSOO
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
- printed version of this man page.
-
-